func github.com/jackc/pgx/v5/pgtype.discardTimeZone

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L178: 		t := discardTimeZone(ts.Time)
		timestamp.go#L208: 		t := discardTimeZone(ts.Time)
		timestamp.go#L234: func discardTimeZone(t time.Time) time.Time {